apollo_dashboard: alert on committer block commit latency - #14890
Conversation
PR SummaryLow Risk Overview A new Block Commit Latency panel plots p50/p95 from Reviewed by Cursor Bugbot for commit fcc4d0a. Bugbot is set up for automated code reviews on this repo. Configure here. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
8e0f49c to
ca9c6d1
Compare
85f6cc5 to
2a70bcc
Compare
2a70bcc to
fe2372b
Compare
ca9c6d1 to
64da3ff
Compare
e598d8c to
57d1f68
Compare
64da3ff to
501db04
Compare
57d1f68 to
cee73da
Compare
501db04 to
40ce976
Compare
yoavGrs
left a comment
There was a problem hiding this comment.
@yoavGrs made 1 comment.
Reviewable status: 0 of 5 files reviewed, 1 unresolved discussion (waiting on dan-starkware and itamar-starkware).
a discussion (no related file):
@dan-starkware Do we want a new alert where the gap between consensus and batcher is > 7?
40ce976 to
64cff66
Compare
cee73da to
3999c5f
Compare
64cff66 to
881ce09
Compare
3999c5f to
28b2098
Compare
881ce09 to
6b3efac
Compare
28b2098 to
06b11a2
Compare
6b3efac to
fd44500
Compare
5d951af to
d636e27
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d636e27. Configure here.
d636e27 to
1ee2983
Compare
fd44500 to
45407b1
Compare
yoavGrs
left a comment
There was a problem hiding this comment.
@yoavGrs made 1 comment.
Reviewable status: 0 of 5 files reviewed, 2 unresolved discussions (waiting on dan-starkware and itamar-starkware).
a discussion (no related file):
Please split this PR, one for each metric.
1ee2983 to
29e359e
Compare
29e359e to
835b2c6
Compare
yoavGrs
left a comment
There was a problem hiding this comment.
@yoavGrs reviewed all commit messages, made 1 comment, and resolved 2 discussions.
Reviewable status: 0 of 5 files reviewed, 1 unresolved discussion (waiting on itamar-starkware).
crates/apollo_dashboard/src/alert_scenarios/block_production_delay.rs line 119 at r6 (raw file):
format!( "(sum(rate({}[2m])) or vector(0)) / clamp_min(sum(rate({}[2m])) or vector(0), \ 0.0000001)",
What is the meaning of it?
Define a constant?
Code quote:
0.0000001835b2c6 to
fcc4d0a
Compare
|
Previously, yoavGrs wrote…
It's a guard to make sure we don't divide by zero. I added a constant and a comment |
yoavGrs
left a comment
There was a problem hiding this comment.
@yoavGrs reviewed 5 files and all commit messages, and resolved 1 discussion.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on itamar-starkware).


No description provided.